home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / acoutqnl.test < prev    next >
Encoding:
Text File  |  1996-05-18  |  257 b   |  20 lines

  1. #! /bin/sh
  2.  
  3. # Test for bug reported by Franτois Pinard.
  4.  
  5. . $srcdir/defs || exit 1
  6.  
  7. cat > configure.in << 'END'
  8. PACKAGE=nonesuch
  9. VERSION=nonesuch
  10. AC_ARG_PROGRAM
  11. AC_PROG_INSTALL
  12. AC_OUTPUT([Makefile],
  13. [echo zardoz has spoken])
  14. END
  15.  
  16. : > Makefile.am
  17.  
  18. $AUTOMAKE
  19.  
  20.